This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
~Michelle Chuabergings 10.Dec.03 10:45 AM a Web browser Domino Designer6.0.2 CF2Windows XP
I just struggle using the new function @SetViewInfo in a calendar view. It didn't work until I found an example in the ressource reservation template (resrc60.ntf), where they used a fourth parameter in the syntax which is not documented in designer help.
They used
@SetViewInfo([SetViewFilter];filter;columnname; FALSE;1)
I don't know what FALSE stands for, but I finally got my exact matches work with that. Before this using 1=exact matches showed all documents in the view and 0=nonexact showed fewer matches but not the exact. So that's o.k. now.
Remaining problem is that I want to open the view from a document (filter is one of the documents fields) via action button and load it in a frameset. But using @SetTargetFrame seems to destroy the searchfilter. If I use it all documents are shown again.
Has anybody an idea why this happens and how I can manage it?